var internal/cpu.options
16 uses
internal/cpu (current package)
cpu.go#L176: var options []option
cpu.go#L224: for i := range options {
cpu.go#L225: options[i].Specified = true
cpu.go#L226: options[i].Enable = enable
cpu.go#L231: for i := range options {
cpu.go#L232: if options[i].Name == key {
cpu.go#L233: options[i].Specified = true
cpu.go#L234: options[i].Enable = enable
cpu.go#L242: for _, o := range options {
cpu_x86.go#L52: options = []option{
cpu_x86.go#L65: options = append(options,
cpu_x86.go#L75: options = append(options,
cpu_x86.go#L85: options = append(options,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)